@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

.topBoxH {
	height: 90px;
}

.topBox {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
	z-index: 100000;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	background: #fff;
	box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.1);
}

.topL {
	padding-left: 40px;
	margin-right: 130px;
}

.logo {
	float: left;
	display: inline;
	height: 67px;
	margin-right: 0px;
	padding-top: 11px;
}

.logo img {
	display: block;
	height: 67px;
}

.logoTip {
	height: 90px;
	line-height: 90px;
	position: relative;
	padding-left: 16px;
}

.logoTip:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	left: 0;
	top: 25px;
	background: #cecece;
}

.logoTip span {
	font-size: 16px;
	color: #666;
	display: block;
}

.navBtn {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	font-size: 20px;
	line-height: 60px;
	background: #d70313 url(../images/menu.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.topR {
	position: relative;
	z-index: 100;
	height: 90px;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.topPhone {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/icn2.png) no-repeat center center;
	position: relative;
	cursor: pointer;
}

.topPhone:before {
	display: block;
	width: 1px;
	height: 25px;
	content: '';
	background: #ffeef3;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -12px;
}

.topPhoneText {
	position: absolute;
	top: 60px;
	width: 190px;
	height: 40px;
	background: #FFF;
	right: 0px;
	color: #666;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #eee
}

.topPhone:hover .topPhoneText {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	visibility: visible;
}

.topSearch {
	float: left;
	display: inline;
	width: 240px;
	height: 90px;
	line-height: 90px;
	margin-left: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	/* background: #e95504; */
	background: #004d8f;
}

.searBox {
	padding: 30px 20px;
	overflow: hidden;
}

.searBox input {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 15px;
	background: none;
}

.searBox input::-webkit-input-placeholder {
	color: #fff;
}

.searBox input::-moz-placeholder {
	color: #fff;
}

.searBox input:-moz-placeholder {
	color: #fff;
}

.searBox input:-ms-input-placeholder {
	color: #fff;
}

.searBox .tabsearch {
	width: 20px;
	height: 30px;
	background: url(../images/search.png) center center no-repeat;
}

input::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #999;
	font-size: 15px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #999;
	font-size: 15px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #999;
	font-size: 15px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #999;
	font-size: 15px;
}

.menuClose {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	text-align: center;
	z-index: 6;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
}

.menuClose .line {
	width: 40px;
	height: 2px;
	background-color: #282828;
	display: block;
	margin: 13px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.3s
}

.menuClose .line:nth-child(2) {
	background: #613228;
	visibility: hidden;
}

.menuClose.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}

.menuClose.active .line {
	background: #282828;
}

.menuClose.active .line:nth-child(2) {
	opacity: 0;
}

.menuClose.active .line:nth-child(1) {
	-webkit-transform: translateY(19px) rotate(45deg);
	-ms-transform: translateY(19px) rotate(45deg);
	-o-transform: translateY(19px) rotate(45deg);
	transform: translateY(19px) rotate(45deg);
}

.menuClose.active .line:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

.topBox.go {
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2)
}

.topBox.go .navBtn {
	color: #333333;
	background: url(../images/icn1h.png) no-repeat left center;
}

.topBox.go .topPhone {
	color: #333333;
	background: url(../images/icn2h.png) no-repeat center center;
}

.topBox.go .topSearch a {
	color: #333333;
	background: url(../images/icn3h.png) no-repeat center center;
}

.topBox.go .topSearch.active {
	background: #eee;
}

.topBox.go .topSearch.active a {
	background-image: url(../images/icn3h.png);
	background-size: auto 20px;
}

.topBox.open {
	background: #FFF
}

.topBox.open .navBtn {
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.topBox.open .topR {
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.topBox.open .menuDl {
	opacity: 0;
	visibility: hidden;
}


.pageTop {
	clear: both;
	width: 100%;
}

/*头部结束*/

/*menu开始*/

/*顶部导航*/

.menuDl {
	position: relative;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	opacity: 1;
}

.menuDl dd {
	display: inline;
	float: left;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}

.menuDl dd:after {
	/* display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: -2px;
	top: 50%;
	margin-top: -2px;
	border-radius: 50%;
	background: #999999; */
}

.menuDl dd:first-child:after,
.menuDl dd:last-child:after {
	display: none;
}

.menuDl dd:last-child {
	margin-left: 130px;
}
.menuDl dd:last-child:hover{
	background: none;	
}

.menuDl dd:last-child a {
	height: 90px;
	line-height: 90px;
}

.menuDl dd:last-child span {
	/* color: #e95504; */
	color: #004d8f;
	font-size: 26px;
	margin-left: 10px;
}

.menuDl dd:last-child a i {
	vertical-align: middle;
	border: 0;
	margin-top: 9px;
	display: inline-block;
}

.menuDl dd span a {
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	color: #333;
	font-size: 17px;
	position: relative;
	padding: 0px 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.menuDl dd.hover span a {
	color: #fff;
}
.menuDl dd.hover{ background: #004d8f;}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d70313;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuDl dd.hover span a i {
	display: block;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	/*left: 0px;*/
	top: 90px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px;
}

/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #ccc;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}


.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.half {
	float: left;
	display: inline;
	width: 50%;
}

/*.subMenuR.half{
	width: 66.6666666%;
}
.subMenuR.half{
	padding-left: 33.3333333%
}*/

.half .subMenuTop {
	display: block;
}

.subMenuL {
	width: 50%;
	padding: 20px 0px;
}

.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}

.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}

.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}

	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}

	100% {
		opacity: 0
	}
}

.sjMenu {
	overflow: hidden;
	padding-bottom: 25px;
	text-align: center;
	font-size: 0px;
}

.sjMenu a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 25px;
	border-radius: 34px;
	border: 1px solid #ddd;
	font-size: 14px;
	margin: 0 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #FFF;
}

.sjMenu a:hover {
	border-color: #cc281e;
	background: #cc281e;
	color: #FFF;
}

.sjMenu a.hover {
	border-color: #cc281e;
	background: #cc281e;
	color: #FFF;
}

.menuBox {
	position: fixed;
	right: 0px;
	top: 90px;
	bottom: 0px;
	left: 25%;
	background: #FFF;
	z-index: 200;
	visibility: hidden;
	opacity: 0.5;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
}

.topBg {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 200;
	visibility: hidden;
	opacity: 0.5;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
}

.topBg.show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transition-delay: 0.3s;
}

.menuBox.show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transition-delay: 0.3s;
}

.menuLocation {
	padding: 45px 150px 110px;
	line-height: 38px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.menuLocation em {
	float: left;
	display: inline;
	width: 30px;
	height: 1px;
	background: #282828;
	margin-top: 19px;
}

.menuLocation a {
	float: left;
	display: inline;
	margin: 0 30px;
	color: #333333;
}

.menuLocation a:hover {
	color: #cd281e;
}

.menuLocation a.hover {
	color: #cd281e;
}

.menuC {
	padding: 0 0 0 150px;
	position: relative;
}

.menuLine {
	height: 1px;
	background: #282828;
	position: absolute;
	left: 0px;
	top: 78px;
	width: 0;
}

.menuList {
	clear: both;
	margin-right: -50px;
	position: relative;
	z-index: 1
}

.menuList dd {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 140px;
}

.menuList dd span {
	display: block;
}

.menuList dd span a {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #1a1a1a;
}

.menuList dd span a em {
	font-size: 18px;
	font-family: "宋体";
	font-style: normal;
}

.menuList dd .ejBox {
	display: block;
	padding: 20px 0;
}

.menuList dd .ej .ejdd {
	line-height: 20px;
	font-size: 14px;
	padding: 5px 0;
}

.menuList dd .ej .ejdd a {
	color: #5c5c5c;
	display: block;
	overflow: hidden;
}

.menuList dd .ej .ejdd a em {
	float: left;
	display: inline;
	width: 0;
	height: 1px;
	background: #cd281e;
	margin-top: 20px;
	margin-right: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuList dd .ej .ejdd a:hover {
	color: #cd281e;
}

.menuList dd .ej .ejdd a:hover em {
	width: 12px;
	margin-right: 3px;
}

.menuList dd .ej .ejdd a.hover {
	color: #cd281e;
}

.menuList dd .ej .ejdd a.hover em {
	width: 12px;
	margin-right: 3px;
}

.menuList dd .ej .sj {
	padding: 5px 0 5px 15px;
	display: none;
}

.menuList dd .ej .sj a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #858585;
	font-size: 12px;
}

.menuList dd .ej .sj a:hover {
	color: #cd281e;
}

/*menu结束*/

/*Banner开始*/
.banner{ width: 100%; height:100%;}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: initial;
}

.banner .swiper-pagination-bullet-active {
	background: #004d8f;
}
/*Banner结束*/
/*第一通栏start*/

.column1 {
	position: relative;
	overflow: hidden;
}

.column1:after {
	/* display: block;
	content: "";
	position: absolute;
	width: 30.46875%;
	height: 35.8571%;
	top: -22%;
	right: 10.9375%;
	background: url(../images/bg1.png) center center no-repeat; */
}

.bai {
	background: #fff;
}

.introductionl {
	padding-bottom: 32px;
}

.introductionl .bg {
	height: 314px;
	/* background: url(../picture/introductionl_bg.jpg) no-repeat center 0; */
	background-attachment: fixed;
	padding-top: 60px;
	box-sizing: border-box;
}

.introductionl .content {
	z-index: 2;
	background: #fff;
}

.introductionl .content:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.introductionl .content .pic {
	width: 50%;
	overflow: hidden;
	float: right;
	height: 600px;
}

.introductionl .content .pic img {
	width: 100%;
	display: block;
	height: 100%;
}

.introductionl .content .text {
	width: 50%;
	float: left;
	padding: 68px 80px 0;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px 1px #dadada;
	min-height: 600px;
}

.introductionl .content .text .tit {
	line-height: 34px;
	font-size: 40px;
	font-weight: bold;
	color: #004d8f;
}

.introductionl .content .text span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, .65);
	letter-spacing: 1px;
	margin-top: 1px;
}

.introductionl .content .text .line {
	width: 33px;
	height: 2px;
	background: #d2d2d2;
	margin: 5px 0 38px 0;
}

.introductionl .content .text .txt {
	line-height: 30px;
	font-size: 14px;
	color: #595959;
}

.introductionl .content .text ul {
	margin-top: 100px;
}

.introductionl .content .text ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.introductionl .content .text ul li {
	width: 24%;
	float: left;
	text-align: center;
	background: url(../images/introductionl_line.gif) no-repeat 0 center;

}

.introductionl .content .text ul li:first-child {
	background: none;
}

.introductionl .content .text ul li a:hover .txt2 {
	color: #cd5518;
}

.introductionl .content .text ul li .icon {
	height: 34px;
}

.introductionl .content .text ul li .icon img {
	max-height: 100%;
}

.introductionl .content .text ul li .txt2 {
	line-height: 20px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.introductionl .honor {
	width: 90%;
	margin: 42px auto 0;
	position: relative;
}

.introductionl .honor .swiper-button-next,
.introductionl .honor .swiper-button-prev {
	display: none;
}

.introductionl .honor:hover .next,
.introductionl .honor:hover .prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

.introductionl .honor .next,
.introductionl .honor .prev {
	width: 50px;
	height: 50px;
	background: url(../images/prev2.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.introductionl .honor .next {
	left: auto;
	right: -60px;
	background-image: url(../images/next2.png);
}

.introductionl .honor .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
}

.honor .swiper-wrapper {

	height: 386px;
}

.widthCon {
	width: 85%;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.col1Left {
	width: 42.8571%;
}

.columnBox {
	/* background: url(../picture/bj.jpg); */
	/* height: 800px; */
}

.maxBox {
	position: relative;
}

.maxBox .maxTitle {
	font-size: 40px;
	color: #333;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.maxBox .maxEgTitle {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px;
}

.maxBox .maxTitle.white {
	color: #fff;
}

.maxBox .maxEgTitle.white {
	color: #dedede;
}

.tabz {
	width: 87%;
	margin: 0 auto;
	overflow: hidden;
}

.tabz li {
	float: left;
	width: 20%;
}

.tabz li a {
	border: solid 1px #004d8f;
	display: block;
	padding: 12px 0;
	margin-right: 3%;
	margin-bottom: 10px;
	text-align: center;
	color: #004d8f;
	font-size: 17px;
}

.tabz li:hover a,
.tabz li.cur a {
	background: #004d8f;
	color: #fff;
}

.col1L {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-right: 30px;
}

.col1L:after {
	display: block;
	content: '';
	padding-top: 58%;
}

.col1L .clo1Banner {
	position: absolute;
	width: 100%;
	height: 331px;
	top: 0;
	left: 0;
	display: block;
}

.clo1Banner .hd {
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 1;
}

.clo1Banner .hd li {
	float: left;
	display: inline;
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	margin: 0 3px;
	border-radius: 10px;
	font-size: 0;
}

.clo1Banner .hd li.on {
	background: #fff;
}

.pageState {
	height: 50px;
	display: block;
	font-size: 14px;
	color: #d7d7d7;
	line-height: 14px;
	margin-right: 20px;
}

.pageState span {
	color: #fff;
}
.news .maxBox .maxTitle{
	color: #e95504;
}
.news .maxBox .maxEgTitle{
	color:#e95504;
}

.clo1Banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.clo1Banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.clo1Banner .bd img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/* object-fit: contain; */
}

.subBannerText {
	position: absolute;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	left: 0px;
	bottom: 0;
	width: 100%;
	font-size: 16px;
}

.subBannerText span {
	display: block;
	padding: 0 20px;
}

.col1Right {
	overflow: hidden;
}

.tabTitle {
	overflow: hidden;
}

.tableDl {
	overflow: hidden;
}

.tableDl dd,.tableDl2 dt {
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 0 42px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	overflow: hidden;
}

.tableDl dd a,.tableDl2 dt a {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666;
}

.tableDl dd.hover,.tableDl dd:hover,.tableDl2 dt:hover {
	border: 1px solid #e95504;
	/*红色 d70313 */
}

.tableDl dd.hover a,.tableDl dd:hover a,.tableDl2 dt:hover a{
	color: #e95504;
	/* 红色 d70313 */
}
.tableConBox .tabCon{
	margin-top: 11px;
}
.tableConBox .tabCon dd {
	padding-left: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.tableConBox .tabCon dd:hover {
	background: #f1edea;
}

.tableConBox .tabCon dd .conBox {
	overflow: hidden;
	padding: 10px 0 4px;
	border-bottom: 1px solid #ebebeb;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.tableConBox .tabCon dd:hover .conBox {
	padding: 10px 10px 4px;
}

.tableConBox .tabCon dd .conBox .conLeft {
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
}

.tableConBox .tabCon dd .conBox .conLeft:after {
	/* display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 12px;
	background: #a8584e;
	border-radius: 10px; */
}

.time {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	top: 0px;
	background: #004d8f;
	opacity: 0.9
}

.time1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
}

.time2 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


.tableConBox .tabCon dd .conBox .conLeft .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	margin-left: 7%;
}

.tableConBox .tabCon dd .conBox .conLeft .title a {
	display: block;
	height: 100%;
	color: #666;
	transition: all 0.3s linear;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tableConBox .tabCon dd:hover .conBox .conLeft .title a {
	color: #e95504;
	/* 红色 d70313 */
}
.tableConBox .tabCon dd .conBox .conLeft p{
	 margin-left: 7%;
}


.tableConBox .tabCon dd .conBox .more {
	width: 60px;
	height: 65px;
}

.tableConBox .tabCon dd .conBox .more a {
	display: block;
	height: 100%;
	background: url(../images/more1.png) center center no-repeat;
}

/*第一通栏end*/

/*第二通栏start*/

.column2 {
	position: relative;
	height: 920px;
	overflow: hidden;
}

/*关于bg start*/
.col1BgBox {
	position: absolute !important;
	width: 105%;
	/* height: 105%; */
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.col2Left {
	overflow: hidden;
	width: 44.2857%;
	height: 563px;
}

.col2Right {
	width: 380px;
}

.table2Dl dd {
	border: 2px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.table2Dl dd:hover {
	border: 2px solid rgba(255, 0, 0, 0.5);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.table2Dl dd.hover {
	border: 2px solid rgba(255, 0, 0, 0.5);
}

.table2Dl dd .con {
	padding: 0 15.78947%;
	height: 98px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.table2Dl dd:hover .con {
	background: rgba(255, 0, 0, 0.5);
}

.table2Dl dd.hover .con {
	background: rgba(255, 0, 0, 0.5);
}

.table2Dl dd .con:after {
	display: block;
	content: "";
	position: absolute;
	width: 61.8421%;
	height: 95px;
	z-index: 5;
}

.table2Dl dd.dd1 .con:after {
	right: -15%;
	bottom: -24px;
	background: url(../images/icon1.png) left center no-repeat;
}

.table2Dl dd.dd2 .con:after {
	right: -13%;
	bottom: -10px;
	background: url(../images/icon2.png) center center no-repeat;
}

.table2Dl dd.dd3 .con:after {
	right: -14%;
	bottom: -30px;
	background: url(../images/icon3.png) center center no-repeat;
}

.table2Dl dd.dd4 .con:after {
	right: -14%;
	bottom: -32px;
	background: url(../images/icon4.png) center center no-repeat;
}

.table2Dl dd .con .conB .titleCn {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fefefe;
	overflow: hidden;
}

.table2Dl dd .con .conB .titleEn {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.col2Dl dd .title {
	height: 90px;
	line-height: 90px;
	font-size: 36px;
	color: #fefefe;
}

.col2Dl dd .text {
	height: 192px;
	line-height: 24px;
	font-size: 14px;
	color: #fefefe;
	overflow: hidden;
}

.col2Dl dd .more {
	width: 205px;
	height: 40px;
	border-radius: 20px;
	background: #d83b12;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
	line-height: 40px;
}

.col2Dl dd .more a {
	display: block;
	height: 100%;
	color: #fff;
}

.col2Dl dd .more a span {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-right: 6px;
	background: transparent url(../images/icon5.png) right center no-repeat;
}

.col2Dl dd .more:hover a span {
	padding-right: 30px;
	background: url(../images/icon5.png) right center no-repeat;
}

/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3 {
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
}

.columnScroll {
	position: relative;
	display: none;
}

.columnScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll .slick-list {
	overflow: visible;
	margin-right: -20px;
}

.columnScroll .myslide {
	width: 20%;
	float: left;
	display: inline;
	overflow: hidden;
}

.columnScroll .con {
	width: 93%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.columnScroll .con .pic {
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
	height: 365px;
}

.columnScroll .con .pic:after {
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 171%;
}

.columnScroll .con .pic img {
	position: absolute;
	width: 100%;
	height: 280px;
	top: 0;
	left: 0;
	object-fit: cover;
}

.columnScroll .con .conBox {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	border: solid #e5e5e5 1px;
	
	/* Safari 和 Chrome */
}

.columnScroll .con .conBox .text {
	position: absolute;
	width: 100%;
	height: 78px;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border-top: 1px solid #e5e5e5;
	transform-origin: 0px 100%;
}

.columnScroll .con:hover .conBox .text {
	width: 100%;
	transform: rotateX(180deg);
	overflow: hidden;
}

.textCw {
	margin: 0 17%;
}

.textCw .title {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-align: center;
}

.textCw .title1 {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
}

.columnScroll .con .textBox {
	position: absolute;
	width: 100%;
	height: 72%;
	left: 0;
	bottom: 0;
	z-index: 5;
	/* background: rgba(233, 85, 4, 0.7); */
	background: rgba(0, 77, 143, 0.7);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	visibility: hidden;
	opacity: 0;
}

/* .columnScroll .con:hover .pic:after{
	padding-top: 164%;
} */
.columnScroll .con:hover .textBox {
	visibility: visible;
	opacity: 1;
}

.columnScroll .con .textBox .con1 {
	padding: 0 10%;
}

.columnScroll .con .textBox .con1 .textCw {
	text-align: center;
	margin-bottom: 50px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	margin: 0 0;
}

.columnScroll .con:hover .textBox .con1 .textCw {
	margin-bottom: 25px;
}

.columnScroll .con .textBox .con1 .textCw .title {
	color: #fff;
}

.columnScroll .con .textBox .con1 .textCw .title1 {
	color: #fff;
}

.columnScroll .con .textBox .con1 .textCon {
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin-bottom: 60px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.columnScroll .con:hover .textBox .con1 .textCon {
	margin-bottom: 40px;
}

.columnScroll .con .textBox .con1 .more {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.columnScroll .cloumn1Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll .cloumn1Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll .prev:hover,
.columnScroll .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.05);
}

/*伙伴*/
.huoban_bg{
	background: url(../picture/bj.jpg) no-repeat;
	overflow: hidden;
	width: 100%;
	padding:10px 0 120px 0;
}
.huoban_bg .maxBox .maxTitle,.huoban_bg .maxBox .maxEgTitle { color: #fff;}
.huoban_bg .w95{ width: 75%;}
.huoban li {
	float: left;
	width: 18.85%;
	box-sizing: border-box;
	/* border: 1px solid #cdcdcd; */
	height: 72px;
	margin: 0 19px 20px 0;
	background: #fff;border-radius:10px;
}
.huoban li img{ display: block; margin: 0 auto;}
.huoban li:nth-child(5n){ margin-right: 0;}
.huoban li:nth-child(4){
	background-color: #6da619;
}
.huoban li:nth-child(5){
	background-color: #1a1a1a;
}
.huoban li:hover{
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
	border: solid 1px #e95504;
	}
/*第三通栏end*/
/*竞争力*/
.competitiveness{
	width: 25%;
	float: left;
}
.competitiveness dt{
	 text-align: center;
}
.competitiveness dd{ 
	text-align: center;
	font-size: 19px;
	line-height: 60px;
}
.competitiveness_con{
	width: 67%;
	height: 100%;
	margin: 0 auto;
	/* background: #ccc; */
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	padding: 6%;
}
.competitiveness:hover .competitiveness_con{
	width: 67%;
	height: 100%;
	margin: 0 auto;
	/* background: #ccc; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 6%;
}
/*第四通栏start*/

.column4 {
	position: relative;
	height: 900px;
}

.bgBox4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bgBox4 .bgImg {
	width: 100%;
	height: 100%;
	position: relative;
}

.bgBox4 .bgImg:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/shade.png) top left repeat;
	z-index: 5;
	background-size: 60px;
}

.bgBox4 .bgImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bgBoxBanner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

bannerCon {}

.bannerCon .hd {
	position: relative;
	height: 201px;
	z-index: 20;
}

.course_ul {
	position: relative;
	z-index: 15;
	height: 201px;
}

.course_ul.widthCon {
	width: 1100px;
}

.lineBox {
	position: absolute;
	width: 1920px;
	height: 201px;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.courseLine1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/line1.png) center center no-repeat;
	background-size: cover;
	z-index: 10;
}

.courseLine2 {
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/line2.png) left center no-repeat;
	background-size: cover;
	z-index: 11;
}

.course_ul li {
	font-size: 15px;
	color: #fff;
	position: absolute;
	z-index: 13;
	cursor: pointer;
}

.course_ul li.li1 {
	left: 0px;
	top: 40px;
}

.course_ul li.li2 {
	left: 545px;
	top: 123px;
}

.course_ul li.li3 {
	right: 0px;
	top: 155px;
}

.course_ul li span {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	border: 1px solid #fff;
	border-radius: 15px;
	z-index: 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.course_ul li span:after {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
	background: #fff;
	border-radius: 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.course_ul li.on span {
	border-color: #d70313;
}

.course_ul li.on span:after {
	background: #d70313;
}

.bdCongBg {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.bdCont {
	position: relative;
	margin-top: -70px;
	z-index: 5;
}

.bdCon dd .widthCon .con {
	width: 34.2857%;
	padding-left: 10.7143%;
}

.bdCon .numb {
	height: 74px;
	line-height: 74px;
	font-size: 60px;
	color: #d83c12;
	font-weight: bold;
}

.bdCon .title {
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #dedede;
}

.bdCon .text {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #dedede;
	overflow: hidden;
}

.bdCon .more {
	width: 205px;
	height: 40px;
	border-radius: 20px;
	background: #d70c13;
}

.bdCon .more a {
	display: block;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
}

.bdCon .more a span {
	padding-right: 6px;
	background: url(../images/icon5.png) right center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bdCon .more:hover a span {
	padding-right: 30px;
}


/*第四通栏end*/

/*底部开始*/

.footer {
	padding-top: 70px;
	background: #494949;
}

.footerC {
	width: 95%;
	margin: 0 auto;
}

.footerLeft {
	float: left;
	width: 31%;
}

.footerCenter {
	float: left;
	margin-left: 28px;
}

.footerCenter li {
	float: left;
}

.footerCenter li a {
	font-size: 17px;
	color: #b5b5b5;
	padding: 0 10px;
}

.foot-address {
	float: left;
	color: #b5b5b5;
	font-size: 15px;
	margin: 35px 0 0 11px;
}

.foot-address p {
	justify-content: center;
	line-height: 30px;
}

.footerRight {
	padding-left: 100px;
	/* position: relative; */
	margin-top: 10px;
	margin-left: 138px;
}

.footerRight:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 133px;
	top: 5px;
	left: 0;
	background: #666;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 126px;
	overflow: hidden;
	margin-left: 25px;
}

.footerEwm dd .con {
	padding: 3px;
	background: #fff;
}

.footerEwm dd img {
	display: block;
	width: 120px;
	height: 120px;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footerRBottom .div {
	margin-left: 25px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
}

.footerBottomC {
	height: 50px;
	line-height: 50px;
	background: #414141;
	text-align: center;
	font-size: 14px;
	color: #898989;
}

.footerBottomC span {
	padding: 5px 0;
	margin-right: 10px;
}

.footerBottomC span a {
	color: #898989;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerBottomC span a:hover {
	color: #fff;
}

/*底部结束*/

/*内页框架开始*/
.page_location{ width: 94.5%; margin: 0 auto;}
.page_location .con{width: 100%;height: 62px;border-bottom: 1px solid #eaeaea;}
.page_location .con a.homePage{display: block;width: 64px;height: 62px;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;background: url(../picture/home.png) no-repeat center;float: left;}
.page_location .con .p1{line-height: 62px;float: left;margin-left: 16px;}
.page_location .con .p1 a{display: block;padding-right: 14px;background: url(../picture/right_icon.png) no-repeat right center;font-size: 14px;color: #666666;float: left;margin-left: 10px;}
.page_location .con .p1 a:first-child{margin-left: 0;}
.page_location .con .p1 a:last-child{color: #004d8f;background-image: none;}
.page_location .con .p2{float: right; padding-right:40px;}
.page_location .con .p2 a{display: block;font-size: 14px;color: #666666;font-weight: bold;height: 61px;line-height: 61px;float: left;margin-left: 26px;text-decoration: none;}
.page_location .con .p2 a.cur{color: #333333;border-bottom: 2px solid #fa8815;}
.page_location .con .p2 a:hover{color: #333333;border-bottom: 2px solid #fa8815;}

/*subBanner开始*/
.subBox {
	height: 500px;
	overflow: hidden;
}

.subBanner {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	animation: pulse 20s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

/*subBanner结束*/

/*内页外结构开始*/
.subPage {
	overflow: hidden;
}

.subPageC {
	overflow: hidden
}

/*内页外结构结束*/

/*当前位置开始*/
.location {
	height: 60px;
	line-height: 60px;
	background: #fff;
}

.locationDl {
	overflow: hidden;
}

.locationDl dd {
	float: left;
	display: inline;
	margin-left: 40px;
	position: relative;
	height: 60px;
}

.locationDl dd a {
	font-size: 14px;
	color: #333;
}

.locationDl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #d83c12;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.locationDl dd:hover a {
	color: #d83c12;
}

.locationDl dd.hover a {
	color: #d83c12;
}

.locationDl dd:hover:after {
	width: 100%;
}

.locationDl dd.hover:after {
	width: 100%;
}

.locationR {
	overflow: hidden;
	margin-right: -20px;
}

.locationR span {
	float: left;
	display: inline;
}

.locationR span.locaLog {
	display: block;
	width: 22px;
	height: 60px;
	background: url(../images/home.png) center center no-repeat;
	cursor: pointer;
}

.locationR span.span1 {
	padding-left: 20px;
	background: url(../images/ha1.png) left center no-repeat;
	font-size: 14px;
	color: #666;
}

.locationR span.span1 a {
	color: #333;
}

.locationR span.span1.span2 a {
	color: #d83c12;
}

/*当前位置结束*/

/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #e6e6e6;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #d70313;
	color: #fff;
	border-color: #d70313;
}

.page a.hover {
	background: #d70313;
	color: #fff;
	border-color: #d70313;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/firstpage.png)
}

.page a.prevPage div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage div {
	background-image: url(../images/lastpage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/firstpageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/prevpageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/nextpageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/lastpageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/firstpage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/lastpage.png)
}


/*分页*/
.pagination{text-align:center;padding: 10px 0 20px 0;}
.pagination a, .pagination span{background:#fff;vertical-align:middle;border:1px solid #eee;color:#444;padding:5px 8px;margin:0 3px}
.pagination a:hover{background:#eee;color:#0061a0}
.pagination span.current{background:#0061a0;color:#fff}
.pagination span.disable{background:#f2f2f2;color:#999}

/*页码结束*/

/*内页框架结束*/


/*综合页start*/
.netWork {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-left: 50px;
	font-size: 24px;
	color: #333;
}

.netWork:after {
	display: block;
	content: "";
	position: absolute;
	width: 31px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #d70313;
}

.columnScroll1 {
	position: relative;
}

.columnScroll1 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll1 .slick-list {
	overflow: visible;
	margin: 0 -10px;
}

.columnScroll1 .myslide {
	width: 25%;
	float: left;
	display: inline;
	height: auto;
}

.columnScroll1 .con {
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll1 .con:hover {
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.columnScroll1 .con .pic {
	position: relative;
}

.columnScroll1 .con .pic:after {
	display: block;
	content: "";
	padding-top: 122.8070%;
}

.columnScroll1 .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.columnScroll1 .con .conBox .text {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 0 10px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.columnScroll1 .con:hover .conBox .text {
	color: #d70313;
}

.columnScroll1 .cloumn2Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll1 .cloumn2Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll1 .prev:hover,
.columnScroll1 .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.1);
}

.netColumn2 {
	position: relative;
	height: 786px;
	overflow: hidden;
}

.netWork.white {
	color: #fff;
}

.netWork.white:after {
	background: #fff;
}

.networkC1 {
	width: 1220px;
	height: 495px;
	overflow: hidden;
}

.networkCT {
	overflow: hidden;
	padding-right: 20px;
	padding-top: 90px;
}

.networkDl2 {
	position: relative;
	height: 0;
	z-index: 30;
}

.networkDl2 dt {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: #fff;
}

.networkDl2 dt div {
	float: left;
	display: inline;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.networkDl2 dt div.div1 {
	width: 235px;
	padding-right: 60px;
}

.networkDl2 dt div.div2 {
	width: 140px;
}

.networkDl2 dt div.div3 {
	width: 180px;
	margin-right: 28px;
}

.networkDl dd {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.networkDl dd.even {
	background: #ededed;
}

.networkDl dd.odd {
	background: #fff;
}

.networkDl dd:hover {
	background: #de3441;
	color: #fff;
}

.networkDl dd div {
	float: left;
	display: inline;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.networkDl dd:hover div {
	color: #fff;
}

.networkDl dd div.div1 {
	width: 235px;
	padding-right: 60px;
}

.networkDl dd div.div2 {
	width: 140px;
}

.networkDl dd div.div3 {
	width: 180px;
	margin-right: 28px;
}

.nectworkC3 {
	overflow: hidden;
}

.nectC3 {
	width: 630px;
	height: 330px;
	margin-right: 70px;
}

.nectC3 .title {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.nectC3 .title a {
	display: block;
	font-size: 20px;
	color: #333;
}

.nectC3 .title:hover a {
	color: #d70313;
}

.nectC3 .textC {
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
}

.nectC3 .more {
	width: 150px;
	height: 40px;
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.nectC3 .more a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
}

.nectC3 .more:hover {
	background: #d70313;
	border-color: #d70313;
}

.nectC3 .more:hover a {
	color: #fff;
}

.nectCfr {
	overflow: hidden;
}

.nectCfr .pic {
	position: relative;
}

.nectCfr .pic:after {
	display: block;
	content: "";
	padding-top: 66.667%;
}

.nectCfr .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.netColumn3 {
	position: relative;
	height: 766px;
	overflow: hidden;
}

.columnScroll2 {
	position: relative;
}

.columnScroll2 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll2 .slick-list {
	overflow: visible;
	margin: 0 -10px;
}

.columnScroll2 .myslide {
	float: left;
	display: inline;
}

.columnScroll2 .con {
	height: 495px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll2 .con:hover {
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
}

.columnScroll2 .con .mapC {
	width: 690px;
	height: 495px;
	margin-right: 40px;
}

.columnScroll2 .con .mapC .aa1 {
	height: 100%;
}

.columnScroll2 .con .mapC1 {
	overflow: hidden;
	border-radius: 3px;
	height: 495px;
}

.columnScroll2 .con .mapC1 .mapTitle {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background: #d70313;
	padding: 0 25px;
}

.mapwGH {
	padding: 0 10px 0 22px;
}

.mapCT {
	height: 400px;
	overflow: hidden;
}

.mapScroll {
	padding-right: 5px;
	overflow: hidden;
}

.mapDl {
	width: 395px;
}

.mapDl dd .title {
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	color: #333;
}

.mapDl dd .title:after {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #333;
	border-radius: 5px;
}

.mapDl dd .text {
	padding: 20px 0;
}

.mapDl dd .text span {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	display: block;
}

.columnScroll2 .cloumn3Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/left1.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll2 .cloumn3Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/right1.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll2 .prev:hover,
.columnScroll2 .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.1);
}

/*案例*/

.case {
	background: url(../picture/cbg.jpg) no-repeat top center;
}

.case_top {
	text-align: center;
	height: 320px;
}

.case .index_tit span {
	color: #e95504;
	background: url(../picture/t3.jpg) no-repeat bottom center;
	padding-top: 60px;
	display: block;
	font-size: 34px;
	font-weight: bold;
	height: 60px;
}

.case .index_tit p {
	color: #fff;
}

.case_menu {
	text-align: center;
	margin-top: 50px;
}

.case_menu {
	display: inline-block;
}

.case_menu li {
	float: left;
	color: #c9c9c9;
}

.case_menu li a {
	color: #fff;
	margin: 0 35px;
}

.case_menu li:first-child span {
	display: none;
}

.accordion {
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-top: 1px;
}

.accordion:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.accordion._create:after {
	display: none;
}

.accordion__ul {
	display: block;
	width: 9999px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.accordion__li {
	display: block;
	height: 450px;
	float: left;
	overflow: hidden;
	transition: all 0.3s ease-out;
	margin-left: 1px;
	position: relative;
	background: #000;
}

.accordion__li p {
	position: absolute;
	color: #fff;
	top: 100px;
	width: 20px;
	font-size: 18px;
	left: 50%;
	margin-left: -10px;
}

.accordion__li p i {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	display: none;
	background: url(../picture/m1.png) no-repeat center;
}

.accordion__img {
	height: 100%;
	display: block;
	cursor: pointer;
	opacity: .35;
	transition: all 0.3s;
}

.accordion__li:hover .accordion__img {
	opacity: 1;
}

.accordion__li:hover p {
	height: 87px;
	line-height: 115px;
	width: 100%;
	left: 0;
	margin-left: 0;
	top: 408px;
	background: url(../picture/cbg.png) no-repeat center;
}

.accordion__li:hover p span {
	margin-left: 30px;
}

.accordion__li:hover p i {
	display: block;
	margin-right: 20px;
	margin-top: 48px;
}

#cd-lateral-nav {
	display: none;
}
/*公司简介*/
.container {
    width: 94.5%;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
}
.ny_intro{ margin-top: 45px;}
.ny_intro .content .text{box-shadow:none;padding: 0 80px 0 0; min-height: 440px;}
.ny_intro .content .pic{width: 42%; margin-left:62px; float: left; height: 440px;}
/*联系我们*/

.about02 {
	padding: 45px 0 80px 0;
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}
.about02 .pic {
	width: 822px;
	float: left;
}
.about02 .txt {
	float: left;
	margin:20px 0 0 135px;
}
.about02 .txt h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.about02 .txt p {
	padding: 15px 0 20px;
	border-bottom: 1px solid #ccc;
	line-height: 23px;
	font-size: 16px;	
}
.about02 .txt span {
	display: block;
	padding: 15px 0;
	font-size: 17px;
	color: #e60012;
}
.about02 .txt .p {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 14px;
}
.about02 .txt i {
	display: block;
	margin-top: 20px;
	font-style: normal;
}
/*新闻中心*/
.nlist .news_time{float: left;width:8%;height: 108px;background:#004d8f;box-sizing: border-box;padding: 10px 0 0 18px;}
.nlist .news_time .h{font-size: 30px;color: #ffffff;font-family: arial;background: url(ico_07.jpg) no-repeat left bottom;line-height: 48px}
.nlist .news_time .h::after{ display: block; content: ""; width: 37px; height: 1px; background: #e95504;}
.nlist .news_time .p{font-size: 18px;color: rgba(255,255,255,.7);font-family: arial;line-height: 36px}
.nlist .news_txt{float: left;width:92%;height: 108px;box-sizing: border-box;padding: 18px 21px 0 22px;border: 1px solid #ebeaea}
.nlist .news_txt dt{font-size: 15px;color: #000000;transition: all .5s ease;}
.nlist ul li .news_txt dt a{font-weight: bold;}
.nlist .news_txt dd{font-size: 13px;color: rgba(0,0,0,.5);line-height: 23px;margin-top: 5px}
.nlist ul li{margin-bottom: 37px; margin: 25px auto 0; width: 92%; overflow: hidden; }
.nlist ul li:hover{transform: translateY(-10px);box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);-webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;}
.nlist ul li:hover .news_txt dt a{color: #2a526f;font-weight: bold;}
.nlist ul li:hover .news_time{background: #2a526f}
.nlist ul li:hover .news_time .h{background: url(icon_07.jpg) no-repeat left bottom}
/*新闻详情*/
.news-detail{ margin-top: 20px;}
.news-detail .title {
    color: #333;
    text-align: center;
    padding-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
}
.news-detail .thumb {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.news-detail .thumb span {
    margin-right: 20px;
    font-size: 16px;
}
.news-detail-article {
	width: 80%;
	margin: 0 auto;
    color: #666;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    line-height: 2;
	font-size: 14px;
}
.news-detail-page {
    padding-top: 35px;
    padding-bottom: 35px;
	width: 80%;
	margin: 0 auto;
}
.news-detail-page li {
	float: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
	width: 50%;
	font-size: 14px;
}
.news-detail-page li:last-child {
    text-align: right;
	float: right;
}
/*产品中心*/
.goodsWrapper {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
	margin-top: 32px;
	overflow: hidden;
	width: 100%;
}
.goods-classify{ width: 23%; float: left;}
.goods-classify ul {
 /* display: flex;
  flex-wrap: wrap; */
}

.goods-classify li {
  padding: 40px 106px;
  text-align: center;
  background: #0061a0;
  margin:0 5px 5px;
  /* width: 35%; */
  /* margin-right: 55px; */
}

.goods-classify li a {
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 100%;
} 
.goods_li{
	width:23.9%;
	margin-right: 8px;
	box-sizing: border-box;
	float: left;
}
.case-detail {
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 20px;
/*  justify-content: center;
  display: flex;
  align-items: center; */
}

.case-detail:hover,
.goods-list .case-detail:hover {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.case-detail:hover .btn,
.goods-list .case-detail:hover .btn {
  background: #efa95d;
  color: #ffffff;
}
.goods-list img{
	width: 100%;
}
.case-detail-name {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
	font-size: 20px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 5px 15px;
    background: #e5e5e5;
    border-radius: 5px;
    width: 100px;
	margin: 0 26%;
}
.goods-list{ padding:10px 0 0 50px; overflow: hidden; width: 72%; float: left;}
.goods_ul {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
	 -ms-flex-wrap: wrap;
	     flex-wrap: wrap; */ 
}
/*产品详情*/
.productWrapper {
    display: flex;
    flex-direction: row;
	width: 50%;
	margin: 0 auto;
}
.goods-left {
    width: 40%;
    padding: 50px 100px 50px 0;
}
.goods-right {
    width: 35%;
    padding: 28px;
}
.goods-detail-tit {
  width: 100%;
  background: #ebebeb;
  display: flex;
}
.goods-detail-tit span {
  background: #176bab;
  color: #ffffff;
  font-size: 16px;
  padding: 0 30px;
  line-height: 40px;
}
.pro_xq{
	width: 96%;
	    margin: 20px auto 0;
	    text-align: left;
	    font-size: 15px;
		line-height: 26px;
		}
.pro_xq p,.pro_xq p span{font-family: 'Microsoft YaHei'!important; font-size: 16px!important;}
/* .swiper-wrapper li{border: solid 1px #ccc;flex-shrink:inherit} */
.swiper-slide img {
    width: 100%;
}
.goods-tit {
    font-size: 20px;
    padding: 20px 0;
}
.goods-class .title{ font-size: 16px; margin-bottom: 10px;}
.goods-class p {
    font-size: 15px;
}
.goods-class p span{
	font-family:'Microsoft YaHei' !important;
	font-size: 14px;
}
/*案例详情*/
.anli{
	 width: 50%;
	 margin: 0 auto 50px;
}
.anli img{ width: 100%;}
.anli .title{
	margin: 20px 0;
	font-size: 20px;
	text-align: center;
}
/*资质荣誉*/

.insideHonor_con,.certificate_con,.patent_con {
    width: 90.5%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 25px;
}
.honor-title{ font-size: 24px; text-align: center; margin-top: 25px;}
.honor-title:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 5px;
    background-color: #004d8f;
    margin: 10px auto 15px;
    border-radius: 5px;
}
.honor_tab,.insideHonor,.Honor_certificate,.Honor_patent{ width: 77%; margin: 25px auto 25px;}
.insideHonor li,.Honor_certificate li{ width: 250px!important;}
/* flex-shrink:0; */
.honor_tab li img,.insideHonor li img,.Honor_certificate li img{
	/* width: 250px!important; */
}
.container .swiper-button-prev,.insideHonor_con .swiper-button-prev,.certificate_con .swiper-button-prev,.patent_con .swiper-button-prev{ left: 145px; outline: none;}
.container .swiper-button-next,.insideHonor_con .swiper-button-next,.certificate_con .swiper-button-next,.patent_con .swiper-button-next{ right: 157px;outline: none;}
.certificate_con .swiper-button-next,.certificate_con .swiper-button-prev{top:58%}
.honor_tab li .line-over,.insideHonor li .line-over,.Honor_certificate li .line-over,.Honor_patent  li .line-over{ text-align: center; font-size: 14px;}
.insideHonor li .line-over{ margin-top: 15px;}


/*分页*/
/* reLink*/
.reLink{width: 70%;margin: 20px auto 10px;line-height: 60px;border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd; overflow: hidden;}
.reLink .nextLink,
.reLink .prevLink{width: 50%;line-height: 60px;color: #333333;}
.reLink .nextLink{text-align: right;}
.reLink a{font-size: 16px;}
.reLink a:hover{color: #67b306;}
